configuration / network / interfaces / vif[ID] / ipv6

CLI REST-API

dhcp-client-id

dhcp client id
This is a read-write object and valid values are strings with a length of 0-24.

Datatype-Help:
value must be a string.
the length must be between 0 and 24.



See also:
/configuration/network/interfaces/vif[ID]/ipv6
/configuration/network/interfaces/vif[ID]/ipv6/ip-address
/configuration/network/interfaces/vif[ID]/ipv6/enable-dhcp

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/network/interfaces/vif.*/ipv6


Example using curl:
curl /api/configuration/network/interfaces/vif.*/ipv6


Method: PATCH
URL: /api/configuration/network/interfaces/vif.*/ipv6
Body:
{
  "dhcp-client-id": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/network/interfaces/vif.*/ipv6 -d
{
  "dhcp-client-id": "Meinberg"
}